Skip to content

refactor: update client method calls to new resource-based structure#53

Merged
Neelpatel1604 merged 1 commit into
mainfrom
feat/update-client
Apr 13, 2026
Merged

refactor: update client method calls to new resource-based structure#53
Neelpatel1604 merged 1 commit into
mainfrom
feat/update-client

Conversation

@Neelpatel1604
Copy link
Copy Markdown
Collaborator

Replaced deprecated method calls in the SDK with their updated counterparts, including changes from client.create_namespace to client.namespaces.create, client.upload_vectors to client.vectors.upload, and others. This refactor enhances code clarity and maintains consistency across the SDK. Additionally, removed the legacy client mixin to streamline the client implementation.

Replaced deprecated method calls in the SDK with their updated counterparts, including changes from `client.create_namespace` to `client.namespaces.create`, `client.upload_vectors` to `client.vectors.upload`, and others. This refactor enhances code clarity and maintains consistency across the SDK. Additionally, removed the legacy client mixin to streamline the client implementation.
@Neelpatel1604 Neelpatel1604 requested a review from mjfekri April 13, 2026 22:50
@Neelpatel1604 Neelpatel1604 merged commit a7ddf93 into main Apr 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants